From: LLVM Packaging Team Date: Thu, 7 Sep 2023 22:43:45 +0000 (+0200) Subject: lower-python-dep X-Git-Tag: archive/raspbian/1%15.0.7-10+rpi1~1^2~39 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a95caa9272ad209ef857d8d810235679e007b1f9;p=llvm-toolchain-15.git lower-python-dep =================================================================== Gbp-Pq: Name lower-python-dep.diff --- diff --git a/llvm/cmake/modules/HandleLLVMOptions.cmake b/llvm/cmake/modules/HandleLLVMOptions.cmake index 0fca934be9..b7f5a75243 100644 --- a/llvm/cmake/modules/HandleLLVMOptions.cmake +++ b/llvm/cmake/modules/HandleLLVMOptions.cmake @@ -1255,8 +1255,8 @@ if(LLVM_USE_RELATIVE_PATHS_IN_FILES) endif() if(LLVM_INCLUDE_TESTS) - # Lit test suite requires at least python 3.6 - set(LLVM_MINIMUM_PYTHON_VERSION 3.6) + # Lit test suite requires at least python 3.5 + set(LLVM_MINIMUM_PYTHON_VERSION 3.5) else() # FIXME: it is unknown if this is the actual minimum bound set(LLVM_MINIMUM_PYTHON_VERSION 3.0)